* {
	padding: 0px;
	margin: 0px;
	font-family: "微软雅黑";
}

@font-face {
	font-family: 'pingfang';
	src: url(../font/PingFang Light.ttf);
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.clearfix:after {
	clear: both;
	content: "";
	display: table;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.head {
	background-color: #eeeeee;
}

.head .container {
	position: relative;
}

.head .logo img {
	display: block;
}

.head .search {
	margin-left: 145px;
}

.head .search #keyword {
	width: 268px;
	height: 28px;
	line-height: 28px;
	border: 1px solid #585858;
	border-radius: 10px;
	background-color: transparent;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: left 10px center;
	background-size: 23px 21px;
	margin-top: 36px;
	box-sizing: border-box;
	outline: none;
	padding-left: 40px;
}

.head .hotline {
	font-size: 18px;
	color: #000000;
	padding-left: 25px;
	line-height: 95px;
	margin-left: 45px;
	background-image: url(../images/hotline.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 21px 21px;
}

.head .hotline span {
	font-size: 16px;
	color: #000000;
}

.head .leng_btn ul li a {
	font-size: 18px;
	color: #000000;
	padding-left: 25px;
	line-height: 95px;
}

.head .head_nav {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: -125px;
	z-index: 10;
	height: 58px;
	background-color: #3f505e;
	width: 1180px;
}

.head .head_nav ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.head .head_nav ul li {
	
}

.head .head_nav ul li a {
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	padding: 0 18px;
	line-height: 58px;
	height: 58px;
	box-sizing: border-box;
	margin: 0 22px;
}

.head .head_nav ul li a:hover {
	border-bottom: 4px solid #FFFFFF;
}

.head .head_nav ul li a.active {
	border-bottom: 4px solid #FFFFFF;
	color: #1273d9;
}
